12. memset and malloc
C++ Memory MGMT 03 New Delete Memset And Malloc A02 Memset And Malloc
Memset() and malloc()
Description
During development of C++ in domain of its memory management, nowadays we are having wide range of tools to deal with memory from aspect of C++. Besides operators new and delete, we can encounter functions which were more popular in C, and later inherited in C++, called memset and malloc*.